Help > Reference > Macros > Desktop object > Tabs property

Tabs property

This property returns a collection of Tab objects. You can use the Tabs collection to create new tabs or access any tab that is visible in Perceptive Enterprise Search - Local Administration Console application.

Member of

Desktop

Type

Read-Only Variant property (Tabs Collection)

Example

For Each Tab in App.Tabs
  Tab.Clear
Next

See Also

Macro Object Model

Desktop